You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > MtxExprInt Class > MtxExprInt Methods > MtxExprInt.Mean Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
MtxExprInt.Mean Method

Returns the average value of the source data.

Syntax
C#
Visual Basic
public static double Mean([In] TMtxVecInt X);

Internally calls TMtxVecInt.Sum and divides with vector length.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!